From: Matthias Clasen Date: Tue, 7 Jan 2020 22:13:32 +0000 (-0500) Subject: Adwaita: No dnd highlight for treeviews X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1~1^2~321^2^2~354^2~29 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=b15062510515ad0551b77c03c6e32be80c3b4594;p=gtk4.git Adwaita: No dnd highlight for treeviews We only want to highlight the drop location that is rendered with a separate css node now. --- diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss index 7989279b09..850ec994a9 100644 --- a/gtk/theme/Adwaita/_common.scss +++ b/gtk/theme/Adwaita/_common.scss @@ -1914,6 +1914,9 @@ treeview.view { border-top: $backdrop_bg_color; } &:drop(active) { + box-shadow: none; + } + dndtarget:drop(active) { border-style: solid none; border-width: 1px; border-color: $selected_borders_color;